home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Agent Central Host Computer
/
Agent - Central Host Computer.iso
/
_SETUP.1
/
runs.ctl
< prev
next >
Wrap
Text File
|
2000-05-12
|
606b
|
25 lines
-- RCSVER $Id: runs.ctl,v 1.1 2000-05-03 12:29:21-05 randy Exp $ */
-- *************************************************************************
-- Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
--
-- Name: runs.ctl
-- Date: 03/23/1999
-- memo: Randy Wood
-- Description: Load the data for the runs table.
-- Changes:
-- *********************************************************************** */
LOAD DATA
INFILE *
INTO TABLE runs
fields terminated by "|"
trailing nullcols
(
routeid,
id,
time,
day,
descr,
config_num
)
begindata